home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
tools
/
shell-tools
/
wbstart
/
xfa_library
/
c
/
proto
/
xfa.h
next >
Wrap
C/C++ Source or Header
|
1996-04-09
|
218b
|
12 lines
#ifndef PROTO_XFA_H
#define PROTO_XFA_H
#include <exec/types.h>
extern struct Library *XFABase;
#ifdef __GNUC__
#include <inline/xfa.h>
#else
#include <clib/xfa_protos.h>
#include <pragmas/xfa_pragmas.h>
#endif
#endif